Similar bug is with Curl import, only part of the request is imported.
curl --request POST \
--url https://login.microsoftonline.com/ten/oauth2/v2.0/token \
--header 'Content-Type: multipart/form-data' \
--form client_id=uuid \
--form scope=https://graph.microsoft.com/.default \
--form 'client_secret=secret' \
--form grant_type=client_credentials