Authorization: Bearer ********************
curl --location --request POST '/auth/phone/verify' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "string" }'
{}