X-API-Key: ********************curl --location 'https://api.snakk.ai/api/auth/refresh' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"refresh_token": "string"
}'{
"access_token": "string",
"refresh_token": "string",
"token_type": "bearer",
"expires_in": 0,
"expires_at": 0,
"user": {}
}