cURL
curl --request PATCH \ --url http://staging.qshop.ng/apiv2/{shopId}/slug \ --header 'Content-Type: application/json' \ --data ' { "slug": "egoli-3" } '
"egoli-3"
Was this page helpful?