# Duplicate a proposal

## Duplicate a proposal

<mark style="color:green;">`POST`</mark> `https://api.sponseasy.com/v2/user/proposal/:id/duplicate`

This endpoint allows you to get free cakes.

#### Path Parameters

| Name  | Type   | Description |
| ----- | ------ | ----------- |
| token | string |             |

#### Query Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
| id   | string |             |

{% tabs %}
{% tab title="200 Request successfully executed." %}

```
{
  status: "success",
  data: {
    proposal: {
      id: '9b4db414-c5f5-45ea-883e-daa84bf6605a'
    }
  }
}
```

{% endtab %}

{% tab title="400 Could not find a success matching this query." %}

```
{ 
  status: "error",
  message: ["error_message"]
}
```

{% endtab %}
{% endtabs %}
