mobile_number or email_id is required to register a user. Both may be provided if available.name is mandatory for user profile creationmobile_number or email_id must be presentapp_id is optional and used to associate the user with a specific applicationcurl --location --request POST 'https://appfloor.in/auth-service/sign/up' \
--header 'Authorization: Bearer <token>' \
--form 'name="Jon Doe"' \
--form 'email_id="myemail@email.com"' \
--form 'mobile_number="9084568934"' \
--form 'password="xxxxxxxx"' \
--form 'app_id="1675645678908"'{
"user_id": "string",
"success": "string",
"name": "string"
}