curl --request POST \
--url https://platform.kodexa.ai/api/account/cli/access-token \
--header 'x-api-key: <api-key>'{
"token": "<string>"
}Creates a new access token for CLI authentication. The returned token can be used for subsequent API calls.
curl --request POST \
--url https://platform.kodexa.ai/api/account/cli/access-token \
--header 'x-api-key: <api-key>'{
"token": "<string>"
}