# Accept terms of use

## Accept terms of use

<mark style="color:green;">`POST`</mark> `/accounts/terms/agree`

Accept terms of use

#### Request Body

| Name                               | Type   | Description                        |
| ---------------------------------- | ------ | ---------------------------------- |
| <mark style="color:red;">\*</mark> | String | Object that contains terms version |

{% tabs %}
{% tab title="200: OK Successful Operation" %}

```
content:
            application/json:
              schema:
                $ref: '#/components/schemas/SuccessResponse'
```

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```
content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
```

{% endtab %}
{% endtabs %}
