Authorization: Bearer ********************curl --location --globoff '{{system_user_url}}/scheduled-reports/recipients' \
--header 'x-api-key: {{x-api-key}}' \
--header 'x-secret-key: {{x-secret-key}}' \
--header 'Authorization: Bearer <token>' \
--form 'report_type="attention_requests_summary"' \
--form 'user_id="4"' \
--form 'frequency="weekly"' \
--form 'send_time="09:00"' \
--form 'day_of_week="1"' \
--form 'send_via_email="1"' \
--form 'send_via_whatsapp="0"' \
--form 'is_active="1"'{
"status": "true",
"message": "Operation completed successfully",
"data": []
}