post http://ms-master-dev.herokuapp.com/api/admins/editType
Edit Type of Admin
Log in to see full request history
Responses
Edit Type of Admin
xxxxxxxxxx
16curl --request POST \
--url http://ms-master-dev.herokuapp.com/api/admins/editType \
--header 'Authorization: Bearer {token}' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"permission": {
"super_admin": true,
"customization": true,
"withdraw": true,
"user_withdraw": true,
"financials": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: