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