# Sell completed (offramp)

To simulate a "sell completed" webhook

&#x20;Make a **POST** request to the following endpoint.

{% code overflow="wrap" %}

```url
https://api.localramp.co/v1/test/webhook/sell/completed
```

{% endcode %}

The request takes this as the body

```javascript
{
    webhook_url: "https://webhook.site/97f9dc63"
}
```

With the following header

```
x-auth-token: <SECRET_KEY>
```
