{
"email": "string",
"type": "bind"
}
curl --location --request POST 'https://api.laf.run/v1/auth/email/code' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"type": "bind"
}'
{
"error": "string",
"data": {}
}