curl --location '/auth/verify-email-registration' \ --header 'Content-Type: application/json' \ --data '{ "email": "string", "code": "string", "platform": "web" }'
{ "access_token": "string", "refresh_token": "string" }