Endpoint
/api/v1/User
Post
{
"email": "string",
"merchantId": number
}
email: Please provide your EmailId in Email. Should be a valid email address
merchantId: Please provide your Valid Merchant Id.
Response
Success: Code 201 with Data of User Id, Store that for future communication
BadInput : Code 400 with error messages.
Server Failure: Code 500 with no error message