curl --location --request POST '/auth/register/verify' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "string" }'
{ "registration_token": "string", "expires_s": 0 }