curl --location --request GET 'https://api.302.ai/302/webserve/project?project_id' \
--header 'Authorization: Bearer '
{
"success": true,
"status": "pending",
"id": "string",
"url": "string",
"cover": "string",
"message": "string",
"created_at": "string",
"updated_at": "string",
"has_watermark": true,
"has_cover": true
}