curl --location --request POST 'https://zatoona-ai.com/api/v1/study/reminder' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"reminder_time": "18:00",
"days": ["saturday", "sunday", "monday"],
"enabled": true
}'{}