Update User Info https://cms.inr-exchange.rare-able.com/api/user/onboarding/update_user_info
POST

This endpoint allows an authenticated user to update their personal or business information as part of the onboarding process. Depending on the user type (Individual or Business), different fields are required. On success, the API returns the updated user details.

BODY PARAMS

occupation string required
Required only for Individual
salary_range string required
Required only for Individual
employment_type string required
Required only for Individual
mobile string required
Max length - 10 characters

HEADERS

Accept "string"
application/json
x-api-key (Secret Key) "string"
To generate please use Get Access Token
X-Api-Signature "string"
X-Api-Timestamp "Timestamp"

RESPONSES

success "boolean"
message "string"
code "integer"
data "object"

user "object"

occupation "string"
salary_range "string"
employment_type "string"
mobile "string"

success "boolean"
message "string"
code "integer"
data "object"