curl --location --request POST 'https://dev-api.elefin.id/supplier/specific-mov/41c79a18-3ec7-4ef7-a242-ed8f3c4f9fa5/bulk' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"uuid": "37b55aca-8efe-4a2c-a533-94e43c3d8fa5",
"mov": 1000000000
}
]
}'{}