How to convert the said curl to equivalent scala Gatling code?

Hi scala gatling gurus ,

Please help in how to convert below curl to equivalent scala Gatling code?

`

curl --location --request POST ‘https://test.salesforce.com/services/oauth2/token
–header ‘Content-Type: application/x-www-form-urlencoded’
–header ‘Cookie: BrowserId=DbIfsfsf’
–data-urlencode ‘username=webapi@abc.com.uat1’
–data-urlencode ‘client_id=xxx’
–data-urlencode ‘client_secret=xxxx’
–data-urlencode ‘grant_type=password’
–data-urlencode ‘password=xxxx’

`