curl --location --request POST '/v2/usuarios' \
--header 'BP-Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string",
"telefono": "stringstri",
"nombre": "string",
"apellido_paterno": "string",
"apellido_materno": "string",
"tipo_persona": "s",
"actividad_comercial": "st",
"curp": "stringstringstring",
"calle": "string",
"exterior": "string",
"interior": "string",
"colonia": "string",
"codigo_postal": "strin",
"estado": "st",
"municipio": "string",
"rfc": "stringstring",
"razon_social": "string",
"tipo_sociedad": "st",
"fecha_constitucion": "string",
"representante_legal": "string"
}'