curl --location --request GET 'http://dev-cn.your-api-server.comapi/v1/preview/' \
--header 'authorization;'
{
"status": "error",
"url": "https://app.customgpt.ai/api/v1/projects/1",
"data": {
"code": 400,
"message": "Project id must be integer"
}
}