{ "phone": "string", "code": "string" }
curl --location --request POST 'http://api.gizwits.com/app/sms_code' \ --header 'X-Gizwits-Application-Id;' \ --header 'X-Gizwits-Application-Token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone": "string", "code": "string" }'
{}