curl --location --request POST '/v2/api/Accounts/SetNotificAcc' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0,
"acc": "string",
"notif_in": 0,
"notif_out": 0
}'{
"result": {
"set_notific_result": 0
},
"status": "Error",
"error_code": "string",
"message": "string"
}