curl --request POST \
--url https://mockwise.dev/api/v1/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'schema={
"mock": {
"first_name": {
"type": "firstName"
},
"last_name": {
"type": "lastName"
}
},
"locale": "pt_BR",
"repeat": 1,
"show_errors": false,
"single_item": true,
"wrap": null
}'