{
"requestId": "string",
"code": "string"
}curl --location 'http://localhost:8080/auth/verify/phone/validate' \
--header 'Content-Type: application/json' \
--data '{
"requestId": "string",
"code": "string"
}'{
"code": 0,
"result": true,
"error": "string"
}