{
"success": true,
"message": "all api permissions",
"data": [
{
"id": "1",
"url": "/api/v1/users",
"method": "POST",
"description": "create a user",
"permissions": "[\"CREATE_USER\"]",
"has_partner_notification": true,
"has_manager_notification": true,
"has_owner_notification": true,
"created_at": null,
"updated_at": null
},
{
"id": "2",
"url": "/api/v1/users",
"method": "POST",
"description": "create a user",
"permissions": "[\"CREATE_USER\"]",
"has_partner_notification": true,
"has_manager_notification": true,
"has_owner_notification": true,
"created_at": null,
"updated_at": null
}
]
}