curl --location 'https://mohom.kr/api/v1/claim/uploads' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"files": [
{
"fileName": "진료영수증.jpg",
"contentType": "image/jpeg"
}
]
}'{
"files": [
{
"presignedUrl": "string",
"fileKey": "string"
}
],
"presignedUrlExpiresIn": 300,
"fileKeyExpiresIn": 3600
}