Authorization: ********************curl --location '/api/v1/core/branches//settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"isSendEmail": true,
"isSendSms": true,
"autoSendRdType": 0,
"autoSendRdCustomDay": 0
}'