{
"reminder_id": 2,
"room_id": "09b9495a-2a8a-45ec-8f08-a98d28b8a9df"
}curl --location --request POST 'http://127.0.0.1:8000/api/rooms/assign-reminder/' \
--header 'X-Auth-User-Id: 1c57758c-f9ea-11ed-a0c5-0242c0a80103' \
--header 'Content-Type: application/json' \
--data-raw '{
"reminder_id": 2,
"room_id": "09b9495a-2a8a-45ec-8f08-a98d28b8a9df"
}'{}