curl --location '/inventory/move' \
--header 'Content-Type: application/json' \
--data '{
"item": "string",
"variation": "string",
"warehouse": "string",
"type": "Entrada",
"qty": 0,
"price": "string",
"details": "string"
}'{
"success": true,
"message": "string"
}