POST
/functions/v1/decode_symptomsRequest JSON
{
"symptomText": "Felt bloated and tired about two hours after dinner",
"timezone": "Europe/Berlin"
}Response JSON
{
"job_id": "cb08a1...",
"status": "queued",
"status_url": "https://tirqjzahcinadeulfylj.supabase.co/functions/v1/decode_symptoms?job_id=cb08a1..."
}curl -X POST 'https://tirqjzahcinadeulfylj.supabase.co/functions/v1/decode_symptoms' \
-H 'x-api-key: $MYMOLECULES_API_KEY' \
-H 'Content-Type: application/json' \
--data '{ "symptomText": "Felt bloated and tired about two hours after dinner", "timezone": "Europe/Berlin"}'