Authorization: Bearer ********************{
"userId": 0,
"userName": "string",
"phoneNumber": "string"
}curl --location --request POST '/api/services/app/user/checkName' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"userId": 0,
"userName": "string",
"phoneNumber": "string"
}'true