cURL
curl --request PATCH \ --url http://staging.qshop.ng/apiv2/628eb36246e9daa3bc54b58e \ --header 'Content-Type: application/json' \ --data ' { "amount": 100, "duration": 1, "durationType": "week", "name": "Shop analytica" } '
100
1
"week"
"Shop analytica"
Was this page helpful?