{ "phone": "string", "type": "REGISTER", "code": "string" }
curl --location --request POST '/api/verify-code/verify' \ --header 'Authorization: bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone": "string", "type": "REGISTER", "code": "string" }'
true