curl --location --request POST 'http://localhost:8000/api/v1/stock-adjustments/1' \
--header 'Authorization: Bearer <token>' \
--form 'product_id="1"' \
--form 'adjustment_type="MARKETPLACE_OUT"' \
--form 'actual_stock="104"' \
--form 'previous_stock="50"' \
--form 'proof_of_adjustment_file=@""' \
--form 'other_description=""' \
--form 'password="password"'{}