Authorization: Bearer ********************
{
"employee": 21,
"company": 1,
"weight_start": 1,
"start_unit_of_measurement": 1,
"weight_end": 12,
"end_unit_of_measurement": 1,
"rate": 25,
"currency": "AUD"
}
curl --location -g --request POST '{{base_url}}driver-delivery-rate/' \
--header 'Content-Type: application/json' \
--data-raw '{
"employee": 21,
"company": 1,
"weight_start": 1,
"start_unit_of_measurement": 1,
"weight_end": 12,
"end_unit_of_measurement": 1,
"rate": 25,
"currency": "AUD"
}'
{}