Authorization: Bearer ********************curl --location --request POST 'https://dev-api.idukki.io/imported/edit/361' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productData": [
{
"x": -1,
"y": -1,
"id": 122913
},
{
"x": -1,
"y": -1,
"id": 130518
}
]
}'{}