curl --request GET \
--url https://converso-whatsapp-api.p.rapidapi.com/openai/fetchSessions/:openaiBotId/{instance} \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>'{
"message": "OK"
}Fetches the sessions of the specified OpenAI bot instance.
curl --request GET \
--url https://converso-whatsapp-api.p.rapidapi.com/openai/fetchSessions/:openaiBotId/{instance} \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>'{
"message": "OK"
}