Calling product create api but showing get products in response

i am stuck on this . i am calling product create api . but in response i need to get product array .
but in my response showing products array key under multiple products. please help to solve this issue.

admin/api/2024-07/products.json
POST method

but in response showing like
{
“products”: [
{
“id”: 3453,
“title”: “product title”,
“body_html”:

Hi @user22
The /Product /Variants REST API end points are marked depricated and should not be used for new development.

Please use graphQL and start with the example in the documentation