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