Authorization: Bearer ********************
{
"status": "RTS- Return to Sender",
"attempt_number": 1,
"day": "monday",
"time": "9:10:10",
"parcel_collection_point": "xyz",
"package_delivery_issue": [
1
],
"reason": "nothing"
}
curl --location --request PATCH '/package-status/2/' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "RTS- Return to Sender",
"attempt_number": 1,
"day": "monday",
"time": "9:10:10",
"parcel_collection_point": "xyz",
"package_delivery_issue": [
1
],
"reason": "nothing"
}'
{}