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