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