Authorization: Bearer ********************curl --location '/chat/completions/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"property1": "string",
"property2": "string"
}
}'