curl --location --request POST 'http://localhost:8000/api/v1/physical-transfer/11/status' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'status=NOT_SEND'{
"success": true,
"message": "Status transfer fisik berhasil diperbarui",
"data": {
"id": 28,
"origin_store_id": 1,
"destination_store_id": 2,
"status": "SENDING",
"sending_at": "2025-12-24T02:01:00.300607Z",
"sent_at": null,
"created_at": "2025-12-22T02:11:14.000000Z",
"updated_at": "2025-12-24T02:01:00.000000Z",
"created_by": 3,
"updated_by": 3,
"items": []
}
}