curl --location --request POST 'http://localhost:8000/api/v1/report/consignment/suppliers/1/pay' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'recipient_name="Budi Siswanto"' \
--form 'payment_nominal="200000"'{}