curl --request POST \
--url https://juiywycqytekaffjcbfa.supabase.co/functions/v1/api-v1/agent/{id}/conversation \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": "<string>",
"conversation_id": "<string>"
}
'{
"reply": "<string>",
"conversation_id": "<string>"
}curl --request POST \
--url https://juiywycqytekaffjcbfa.supabase.co/functions/v1/api-v1/agent/{id}/conversation \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": "<string>",
"conversation_id": "<string>"
}
'{
"reply": "<string>",
"conversation_id": "<string>"
}