curl --request POST \ --url https://chat-api-demo.hamming.ai/v1/start \ --header 'Content-Type: application/json' \ --data '{ "input": {}, "metadata": {} }'
{ "conversation_id": "<string>", "initial_message": "<string>" }
The input of the test case
The metadata of the test case