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