curl --location '/merchant-api/v1/merchant/im/customers/profile?peerUserId=undefined' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"peerUserId": "string",
"peerType": "string",
"displayName": "string",
"avatar": "string",
"phone": "string",
"accountId": 0,
"studioId": 0,
"studioName": "string",
"isMock": true,
"meta": {
"peerUserId": "string",
"note": "string",
"isPinned": true,
"serviceStatus": "string",
"tags": [
{
"id": 0,
"name": "string",
"color": "string",
"sortOrder": 0,
"status": "string",
"createdAt": "string",
"updatedAt": "string"
}
],
"updatedAt": "string"
},
"recentOrders": [
{
"id": 0,
"orderNo": "string",
"title": "string",
"amount": 0,
"status": "string",
"createAt": "string"
}
]
}
}