{
"typeId": "1",
"appid": "777575637740158976",
"noncestr": "1655111857793",
"sign": "D0BDC82105E8B145E12DE98624C8521B"
}
curl --location --request POST '/openapi/getBreedList' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeId": "1",
"appid": "777575637740158976",
"noncestr": "1655111857793",
"sign": "D0BDC82105E8B145E12DE98624C8521B"
}'
{
"data": [
{
"id": "string",
"name": "string"
}
],
"code": 0,
"message": "string",
"page": null,
"success": true
}