curl --location --request POST 'https://api.gatewayz.ai/v1/messages?session_id' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"messages": [
{
"role": "string",
"content": "string"
}
],
"max_tokens": 0,
"system": "string",
"temperature": 0,
"top_p": 0,
"top_k": 0,
"stop_sequences": [
"string"
],
"stream": true,
"metadata": {
"property1": "string",
"property2": "string"
},
"provider": "string",
"portkey_provider": "string",
"portkey_virtual_key": "string",
"property1": "string",
"property2": "string"
}'