curl --location --request GET 'https://api.302.ai/hedra/api/v1/projects/' \
--header 'Authorization: Bearer '
{
"id": "string",
"createdAt": "2019-08-24T14:15:22Z",
"username": "string",
"videoUrl": "string",
"avatarImageUrl": "string",
"aspectRatio": "1:1",
"text": "string",
"voiceId": "string",
"voiceUrl": "string",
"userId": "string",
"jobType": "string",
"status": "Queued",
"stage": "string",
"progress": 0,
"errorMessage": "string",
"audioSource": "string",
"avatarImageInput": {},
"shared": false
}