curl --location --request POST 'https://okqjoprwutewmsgnphyc.supabase.co/functions/v1/recipes-favorites-add/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"message": "Receta agregada a favoritos correctamente."
}