curl --location --request POST 'https://api.mtuo.ai/v1/chat/completions/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"metadata": {
"property1": "string",
"property2": "string"
}
}'