cURL
curl --request POST \ --url http://staging.qshop.ng/apiv2/otp \ --header 'Content-Type: application/json' \ --data ' { "shop": "61a956d91a113f7e13c45c15", "target": "whatsapp", "targetValue": "+2349034362570", "type": "login" } '
"61a956d91a113f7e13c45c15"
"whatsapp"
"+2349034362570"
"login"
Was this page helpful?