curl --location --request POST 'https://api.openai-hub.com/v1/fine-tunes' \
--header 'Authorization: Bearer sk-0ABIEXVjh9****Qckjy' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}