RCS
CSV 업로드를 위한 Presigned URL 발급
CSV 파일을 업로드하기 위한 Presigned URL을 발급합니다. 발급된 URL은 15분 동안 유효합니다.
post/v2/messages/rcs/csv/presigned
Response
RCS CSV 업로드 URL 발급이 성공적으로 완료되었습니다. 업로드 URL 정보가 반환됩니다.
Example response
{
"code": 200,
"message": "성공",
"data": {
"presignedUrl": "https://example.com/presigned-url",
"bucket": "example-bucket",
"key": "1/year=1970/month=1/day=1/hour=00/CSV0198835f0f24763b8263842f808286a7"
}
}