{
"phoneNumber": "string",
"state": 0
}
curl --location --request POST 'http://localhost:8080/updateState' \
--header 'token: 7f5af1f323954ac38b6e2b7a3586e0c2' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber": "string",
"state": 0
}'
{}