post
https://api.medocity.net/v3/auth/register
Used to create the user.
| NAME | TYPE | DESCRIPTION |
| firstName | string | First Name of user Patient or Provider. |
| lastName | string | Last Name of user Patient or Provider. |
| userName | string | Email address/phone number of user Patient or Provider. |
| password | string | Password of user. |
| emailAddress | string | Email address of user Patient or Provider. |
| workPhone | string | Phone number of user Patient or Provider. |
| sex | string | Sex of user Patient or Provider. |
| imageUrl | string | Image URL of avatar pic of user Patient or Provider. |
| suffix | string | Suffix of name of user Patient or Provider. |
| affiliationCode | string | Affiliation code of user Patient or Provider. |
| forcePasswordChange | boolean | Used to force first time log in password change. |
| invitationId | string | Invitation ID of user Patient or Provider. |