cURL
curl --request POST \ --url http://staging.qshop.ng/apiv2/{shopId}/users/customers \ --header 'Content-Type: application/json' \ --data ' { "email": "adetest6@qshop.com", "fullName": "Adeyinka Badmus", "whatsApp": "+2347062470043" } '
"adetest6@qshop.com"
"Adeyinka Badmus"
"+2347062470043"
Was this page helpful?