{
"schemeId":30001687,
"sortInfo":{
"sortField":1,
"sortWay": "desc"
}
}
curl --location --request POST '/gateway/search/api/search/getSearchList' \
--header 'appKey: {{appKey}}' \
--header 'nonce: {{nonce}}' \
--header 'timestamp: {{timestamp}}' \
--header 'signature: {{signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"schemeId":30001687,
"sortInfo":{
"sortField":1,
"sortWay": "desc"
}
}'
{"msg":"This scheme was not found","traceId":"4825e517c5a746c48e62dd12ea4b92c6.107.17423548554255877","code":500}