team
parameter.curl --location --request POST 'https://api.gigstack.io/v2/users/reset-password?team' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"message": "Operation completed successfully",
"data": {}
}