curl --location --request POST 'https://stp.paydaymx.com/api/developer/clabe' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nombre": "Juan Perez3",
"email": "juan.perez3@example.com",
"telefono": "5512345678"
}'{
"success": true,
"clabe": "646180686057134245",
"tenantUserId": "696e8f699f2c06337bb577f1"
}