curl --location --request POST '/sendEmailCode' \ --header 'Content-Type: text/plain' \ --data-raw '{ "email": "example@example.com", "checkCode": "123456", "type": 0 }'
{}