Authorization: Bearer ********************{
"ids": [
"string"
],
"uniqueField": "string",
"targetFields": [
"string"
]
}curl --location '/easyTrans/proxy//findByIds' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"string"
],
"uniqueField": "string",
"targetFields": [
"string"
]
}'[
{}
]