{
"phone": "13805718888",
"type": "Signin | Signup | ResetPassword | Bind | Unbind | ChangePhone"
}
curl --location --request POST 'https://api.laf.run/v1/auth/phone/sms/code' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "13805718888",
"type": "Signin | Signup | ResetPassword | Bind | Unbind | ChangePhone"
}'
{
"error": "string",
"data": {}
}