Authorization: Bearer ********************
{
"app_id": "90cea93e-6b7d-4a65-aff2-d3b15726a54e"
}
curl --location --request POST 'http://10.12.186.133:30924/transpond/app/conversation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": "90cea93e-6b7d-4a65-aff2-d3b15726a54e"
}'
{
"code": 0,
"msg": null,
"data": {
"request_id": "163836e7-e0a4-4e1e-a9b5-9b2ffabcca1f",
"conversation_id": "29ad1b7c-1c7d-4444-874e-8bc25dacb600"
},
"ok": true
}