curl --location --request POST 'https://apicfa.convirza.com/v2/userpermissions/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "add",
"org_units": [
{
"org_unit_id": 0,
"org_unit_name": "string"
}
]
}'{
"result": "string",
"err": "string",
"data": [
{
"status": "string",
"message": "string"
}
]
}