curl --location --request GET 'https://dev-api.idukki.io/ugc-rights/list' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"postId": 0,
"business_id": 0,
"status": "pending",
"decision_source": "user",
"source": "string",
"source_username": "string",
"username": "string",
"email": "string",
"comment": "string",
"hashtag": "string",
"confirmation_from_user": "string",
"doc": "string",
"expiry": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"Post": {},
"businesses": {}
}
],
"pending": 0,
"rejected": 0,
"approved": 0
}