{
"file_handle": "string",
"file_identifier": "string",
"file_sub_identifier": "string"
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/files/uploads/activate' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_handle": "string",
"file_identifier": "string",
"file_sub_identifier": "string"
}'
{
"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
}
}