curl --request POST \
--url https://backend.getisla.dev/v1/oauth2/token \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'client_id=<string>' \
--data 'client_secret=<string>' \
--data grant_type=refresh_token \
--data 'refresh_token=<string>'