curl --request POST \
--url https://api.end.shallow.ink/api/v1/auth/send-code \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"type": "register"
}
'curl --request POST \
--url https://api.end.shallow.ink/api/v1/auth/send-code \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"type": "register"
}
'