{
"values": {
"name": "string",
"identity": "string",
"sofrName": "string",
"allNumber": "string",
"number": "string",
"code": "string"
}
}
curl --location --request POST '/api/user/receive' \
--header 'Content-Type: application/json' \
--data-raw '{
"values": {
"name": "string",
"identity": "string",
"sofrName": "string",
"allNumber": "string",
"number": "string",
"code": "string"
}
}'
{}