{
"start_time": "2024-02-25T17:59:59.999Z",
"end_time": "2024-02-25T17:59:59.999Z"
}
/projects/:projId/usages
Authorization: Bearer ********************
{
"start_time": "2024-02-25T17:59:59.999Z",
"end_time": "2024-02-25T17:59:59.999Z"
}
curl --location --request POST 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/usages' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": "2024-02-25T17:59:59.999Z",
"end_time": "2024-02-25T17:59:59.999Z"
}'
{"message":"project usage Fetched Successfully","result":{"storage":"0.000GB","storage_in_bytes":0,"video_transcoding_output_minute":"0.00","live_transcoding_output_minute":"0.00","usage_list":null},"success":true}