Authorization: Bearer ********************{
"phoneNumber": "string"
}curl --location --request POST '/api/TokenAuth/AuthenticateByPhoneGetCaptcha' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"phoneNumber": "string"
}'