curl --location --request POST '/master/roles/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "string", "name": "string" }'
{ "inserted_id": "string" }