Authorization: Bearer ********************{}curl --location --request POST '/v1/fine-tunes' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}