curl --location '/api/GenerateParty' \
--header 'Content-Type: application/json' \
--data '{
"token": "string",
"type": 0,
"name": "string",
"lastName": "string",
"identificationCode": "string",
"phone": "string",
"economicCode": "string",
"registrationCode": "string"
}'