cURL
curl --request POST \ --url http://staging.qshop.ng/apiv2/{shopId}/roles \ --header 'Content-Type: application/json' \ --data ' { "name": "Test user 34344" } '
"Test user 34344"
Was this page helpful?