curl --request PUT \
--url https://platform.kodexa.ai/api/account/me \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}Updates the profile and settings of the currently authenticated user.
curl --request PUT \
--url https://platform.kodexa.ai/api/account/me \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
The body is of type object.
Updated user
The response is of type object.