cURL
curl --request POST \ --url http://staging.qshop.ng/apiv2/{shopId}/users/{userId}/notes \ --header 'Content-Type: application/json' \ --data ' { "note": "Hi there mate 34" } '
"Hi there mate 34"
Was this page helpful?