How to Use URL Parameters in POST method

Collection Query String whitelist under Content Negotiation in the Admin UI, or its analogue collection_query_whitelist key within api-tools-rest in module.config.php , whitelists query string arguments, allowing their value to be received by your REST resource’s fetchAll($params = []) method.

this document is from →
https://api-tools.getlaminas.org/documentation/recipes/use-url-parameters-to-filter-or-sort-data

Can we get parameters in POST method ?

If I remember correctly, the post method uses the create function in the resource file, and the $data param holds the post values.

The post values are created via the interface via the ‘fields’ tab.