curl --location --request POST '/v1/cp/Issuing/SetCardRandomPin' \
--header 'Content-Type: application/json' \
--data-raw '{
"card_no": "434610pvetfx6606",
"send_sms": true
}'
{
"status": 0,
"code": null,
"message": null,
"payload": true
}