curl --location --request POST '/permissions/add-permission' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "MANAGE_SALES" }'
{}