Authorization: Bearer ********************
curl --location --request POST 'https://connect.dispatchable.com/trucks/api/v1/drivers' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --form 'last_name="Dixon"'
{}