{
"docId": "string"
}
curl --location --request POST 'https://dev-api.mxmidas.com/dev_pomelo/ppe_infinity_pomelo?api=resentOtpSetPinCard' \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"docId": "string"
}'
{
"code": 0,
"message": "string",
"reqId": "string",
"payload": {
"docId": "string"
}
}