cURL
curl --request POST \ --url http://staging.qshop.ng/apiv2/security/otp \ --header 'Content-Type: application/json' \ --data ' { "target": "<string>", "targetValue": "<string>", "shop": "<string>", "type": "<string>" } '
{ "msg": "<string>", "data": "<unknown>", "success": true }
Host: http://qshop.ng
Was this page helpful?