Create Infinity Cardpost https://api-sandbox.interlace.money/open-api/v1/cards Phone Number Format Specification 📱 phoneCode The international dialing code of the cardholder's mobile number. e.g., 65 for Singapore. 📞 phone The local mobile number without the country code. For example: 91234567. ✅ Valid Example { "phoneCode": "65", "phone": "91234567" } ❌ Invalid Example { "phoneCode": "65", "phone": "6591234567" } ⚠️ Important Note The final mobile number submitted to the backend is the concatenation of phoneCode + phone, e.g., 6591234567.