curl --location --request POST '/api/auth/permissions' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": -2147483648,
"name": "string",
"code": "string",
"icon": "string",
"api_url": "string",
"page_url": "string",
"is_menu": -2147483648,
"menu_parent_id": -2147483648,
"menu_index": -2147483648,
"active": -2147483648,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"created_by": -2147483648,
"updated_by": -2147483648
}'