{
"file_handle": "Infinity Store",
"activate": true,
"parts": [
{
"part_number": 0,
"etag": "string"
}
]
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/members/me/files/uploads/finish' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_handle": "Infinity Store",
"activate": true,
"parts": [
{
"part_number": 0,
"etag": "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
}
}