curl --location '/api/v1/security-code/verify' \ --header 'Content-Type: application/json' \ --data '{ "code": "string" }'
{ "code": 0, "message": "string", "data": { "SecurityCodeTimeout": 0 } }