PUT/api/user/sellers/other-infoapplication/jsonapi_token| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
x-api-key | string | Sim | Token de autenticação API Key |
User-Agent | AtivoB2B/1.0 | Sim |
curl --location --request PUT '/api/user/sellers/other-info' \
--header 'x-api-key: {Token}' \
--header 'User-Agent: AtivoB2B/1.0' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"message": "Código de afiliado atualizado com sucesso.",
"data": null,
"status": 200,
"error": null
}