{
    "api_name": "Country Code Remove API",
    "description": "Removes country code and returns 10 digit Indian mobile number.",
    "method": "GET",
    "endpoint": "https:\/\/bulkwise.in\/country-code-remove-api\/",
    "required_parameter": {
        "mobile": "Mobile number with or without country code"
    },
    "example_request": "https:\/\/bulkwise.in\/country-code-remove-api\/?mobile=919629356138",
    "example_response": {
        "status": "success",
        "original": "919629356138",
        "normalized": "9629356138"
    }
}