curl --location --request POST 'https://api.uat.sokin.com/corporates/individual-associates' \
--header 'x-api-version;' \
--header 'Content-Type: application/json' \
--data-raw ''{
"message": "string",
"data": {
"associateId": "string"
}
}