How to send dynamic valu as part of POST method API request

Hi,

I am new to Gatling and need a help on dynamic content of the API Request.

I have an API which will create the account for different users using email ids. If I have to send the POST API request for different users and different Ids then how we can proceed with that?

Thanks!

Check documentation about feeders: https://gatling.io/docs/current/session/feeder/
And session: https://gatling.io/docs/current/session/session_api/
And using session variables as query parameters: https://gatling.io/docs/current/http/http_request/#query-parameters