Return details for upload file
GET /attachments/{attachmentId}
{
"countryCode": "market country code for the shop",
"shopId": "unique identifier for the shop",
"attachmentId": "attachmentId for the file to be downloaded"
}
{
"url": "string"
}