GET
sur l’URL https://api-dev.dossierfacile.fr/dfc/tenant/profile
curl --location --request POST https://sso-preprod.dossierfacile.fr/auth/realms/dossier-facile/protocol/openid-connect/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=refresh_token' \
--data-urlencode 'client_id=dfc-locservice' \
--data-urlencode 'refresh_token={REFRESH TOKEN VALUE}'