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