curl --location -g --request POST 'https://www.autozod.app/api/task/sendNotification' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id" : 1000,
"task_id" : "66e53bfa8bc5502c7204bd82",
"notification_type": "order_ready"
}'{}