Skip to main content
POST
/
{shopId}
/
roles
Create shop role
curl --request POST \
  --url http://staging.qshop.ng/apiv2/{shopId}/roles \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Test user 34344"
}
'

Body

application/json
name
string
Example:

"Test user 34344"

Response

200 - undefined