Authorization: Bearer ********************
{ "otp": 9228 }
curl --location --globoff 'https://api.enviablelogistics.com/rider/delivery/1/change-status-to-delivered' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "otp": 9228 }'
{"data":null,"message":"Order status updated to delivered successfully"}