Authorization: Bearer ********************
curl --location --request GET 'admin/trucks' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json'
{}