{ "receive": "string" }
curl --location --request POST '/v4/gateway/common.verifycode.send' \ --header 'Authorization;' \ --header 'Appkey;' \ --header 'Access-Token-Type;' \ --header 'Content-Type: application/json' \ --data-raw '{ "receive": "string" }'
{ "data": 0, "success": true, "message": "string", "code": 0 }