curl --location --request POST 'https://api-sandbox.kycsolution.com/api/service/documents/live_photo' \
--header 'X-Api-Key: <api-key>' \
--form 'client="5f87d422-b178-41fd-a8c4-b17003896e2a"' \
--form 'file=@""'{
"result": {
"mime_type": "image/jpeg",
"file_name": "f3dfb4ff-747d-4631-83e3-d1bfd6bb8b73-istockphoto-1090878494-612x612.jpg",
"client": {
"id": "5f87d422-b178-41fd-a8c4-b17003896e2a"
},
"company": {
"id": 1
},
"id": "d9fe6e57-bb3a-4561-80f6-e8ec5adc2d59",
"created_at": "2025-07-11T13:11:16.841Z",
"updated_at": "2025-07-11T13:11:16.841Z",
"deleted_at": null
}
}