curl --location --request GET '/api/admin/validate/code/get' \ --header 'Authori-zation: {{token}}' \ --header 'source: {{source}}'
{ "code": 0, "data": { "code": "string", "key": "string" }, "message": "string" }