refresh_token. Public endpoint; no Bearer header required.curl --location '/v1/auth/refresh' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"access_token": "string",
"refresh_token": "string",
"expires_in": 0,
"token_type": "Bearer"
}