Authorization: Bearer ********************curl --location --request GET 'https://mock.apidog.com/m1/740441-0-default/orders?merchantId&name' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"itemIds": "string",
"userId": "string",
"merchantId": "string",
"createdAt": 0,
"updatedAt": 0,
"deliveredAt": 0,
"doneAt": 0,
"paymentStatus": "string",
"paymentMethod": "string",
"shippingAddressId": "string"
}
],
"error": null,
"links": null,
"meta": null
}