{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"countryCode\":\"ID\",\"timestamp\":\"1677482490058\",\"fileName\":\"20251220-143705.jpg\",\"file\":\"xxxxxxxxx\",\"businessType\":\"SPLIT_PAYMENT_RECEIVER_EXTERN\"}"
}curl --location --request POST '/open-api/v1/file/upload' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"countryCode\":\"ID\",\"timestamp\":\"1677482490058\",\"fileName\":\"20251220-143705.jpg\",\"file\":\"xxxxxxxxx\",\"businessType\":\"SPLIT_PAYMENT_RECEIVER_EXTERN\"}"
}'{
"code": 10000,
"message": "Success",
"data": {
"filePath": "idpay_new/merchant/split/payment/receiver/extern/0bc0d889bf838875573d1241800a8f1b.jpg"
}
}