Authorization: Bearer ********************curl --location --request POST '/v1/files' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""' \
--form 'purpose=""'{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}