curl --location '/api/tokens/refresh' \ --header 'Content-Type: application/json' \ --data '{ "client-id": "string", "client-secret": "string", "refresh-token": "string" }'
{ "access-token": "string", "refresh-token": "string" }