Put

Using CURL

curl \
--location \
--request PUT 'https://api.decathlon.net/sports_user/contacts/email' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <JWT>' \
--header 'x-api-key: <x-api-key>' \
--data-raw '{
  "value": "mail@domain.com"
}'