Refresh access token
curl --request POST \ --url https://api.charp.ai/auth/refresh \ --header 'Content-Type: application/json' \ --data '{ "refresh_token": "<string>" }'
{ "access_token": "<string>", "token_type": "<string>", "expires_in": 123, "refresh_token": "<string>" }
Token used to obtain a new access token
Access token for API authentication
Type of token (e.g., Bearer)
Token expiration time in seconds
Token used to refresh the access token