Authorization: ********************curl --location --request POST '/api/v2/user/register/email/send-code' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string"
}'{
"registration_token": "string"
}