Error: Missing Value of Required Parameter 'name'

Name is missing because you’re not supplying it, you’re supplying “organizationVariable” object.

The payload and response have different structures and here it looks like you’re supplying the response as the payload.

The endpoint only calls for name, typeId, and value.