curl --request POST \
--url http://localhost/mogl/mogl-admin-dashboard/business-role/{status}/{id} \
--header 'Content-Type: application/json' \
--cookie mogl_session= \
--data '
{
"status_update": "A",
"checkbox_val": [
3,
7
],
"is_ajax": "Yes",
"limit_per_page": 10,
"search_filed": "name"
}
'Bulk approve, unapprove or delete business roles.
curl --request POST \
--url http://localhost/mogl/mogl-admin-dashboard/business-role/{status}/{id} \
--header 'Content-Type: application/json' \
--cookie mogl_session= \
--data '
{
"status_update": "A",
"checkbox_val": [
3,
7
],
"is_ajax": "Yes",
"limit_per_page": 10,
"search_filed": "name"
}
'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
Session-based authentication via cookies + CSRF token
Status updated, returns list view