curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/members/me/files/uploads/status?file_handle' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer '
{
"status": "in_progress",
"file_record": {
"id": 0,
"type": "string",
"identifier": "string",
"sub_identifier": "string",
"customer_id": 0,
"loyalty_club_id": 0,
"user_id": "string",
"url": null,
"filename": "string",
"mime_type": "string",
"size": 0,
"created_at": "string",
"updated_at": "string",
"active": true,
"last_active_at": null,
"duplicated_from_file_record_id": null
}
}