kotlin Call, enqueue, onResponse

The language Kotlin is used to make a call to a service or API. The "call" function is used to create a request to the service or API. The "enqueue" function is used to send the request asynchronously and handle the response when it is received. The "onResponse" function is a callback that is called when the response is received from the service or API.