Authorization: Bearer ********************
{ "id": 0, "name": "string", "label": "string", "is_disable": 0, "resource_ids": [ 0 ], "menu_ids": [ 0 ] }
curl --location --request POST '/role' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "name": "string", "label": "string", "is_disable": 0, "resource_ids": [ 0 ], "menu_ids": [ 0 ] }'