curl --location --request POST '/v2/files/project-documentation-files' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "string"
}'
{
"message": "Unexpected token '1', \"123\" is not valid JSON",
"error": "Bad Request",
"statusCode": 400
}