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