curl -L \
--request POST \
--url 'https://petstore.swagger.io/v2/user/createWithArray' \
--header 'Content-Type: application/json' \
--data '[
{
"id": 1,
"username": "text",
"firstName": "text",
"lastName": "text",
"email": "text",
"password": "text",
"phone": "text",
"userStatus": 1
}
]'