admin) conseguem usar este endpoint.application/json<JWT_TOKEN>| Propriedade | Tipo | Obrigatório | Descrição | Valor (exemplo) |
|---|---|---|---|---|
| feeType | Enum | Sim | Tipo de taxa com 2 opções pré-definidas | PERCENTAGEFIXED |
| feeValue | Number | Sim | Valor da taxa | 3.0 |
| description | String | Não | Descrição breve sobre a taxa | - |
curl --location --request POST 'https://xpend-backend.onrender.com/api/v1/fees' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"feeType": "PERCENTAGE",
"feeValue": 2.6
}'{
"id": "7b44647b-f3ef-4d7a-a4a3-d8f6ab919d81",
"sellerId": null,
"feeType": "PERCENTAGE",
"feeValue": "2.5",
"description": null,
"isActive": true,
"createdAt": "2025-11-13T15:28:16.614Z",
"updatedAt": "2025-11-13T15:28:16.614Z"
}