Authorization: Bearer ********************"created"curl --location --request PUT 'https://mock.apidog.com/m1/740441-0-default/orders//delivery-status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '"created"'{
"data": "created",
"error": null,
"links": null,
"meta": {
"receivedAt": 0,
"requestId": "string"
}
}