curl --request POST \
--url https://api.example.com/v0/chat/sessions/{session_id}/messages \
--header 'Content-Type: application/json' \
--data '
{
"messages": [
{
"id": "<string>",
"role": "<string>",
"parts": [
{}
],
"created_at": 123,
"metadata": {}
}
]
}
'{
"_links": {
"kyc": {
"description": "Submit KYC information",
"href": "/v0/user/me/kyc",
"method": "PUT"
},
"self": {
"href": "/v0/user/me",
"method": "GET"
},
"wallets": {
"href": "/v0/wallets",
"method": "GET"
}
}
}curl --request POST \
--url https://api.example.com/v0/chat/sessions/{session_id}/messages \
--header 'Content-Type: application/json' \
--data '
{
"messages": [
{
"id": "<string>",
"role": "<string>",
"parts": [
{}
],
"created_at": 123,
"metadata": {}
}
]
}
'{
"_links": {
"kyc": {
"description": "Submit KYC information",
"href": "/v0/user/me/kyc",
"method": "PUT"
},
"self": {
"href": "/v0/user/me",
"method": "GET"
},
"wallets": {
"href": "/v0/wallets",
"method": "GET"
}
}
}Show child attributes