Authorization: Bearer ********************x-api-key: ********************curl --location --request PUT '/v2/organizations/move?user_id&organization_id' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "string",
"attributes": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"name": "Clone Systems",
"description": "Secure business networks",
"company_name": "Clone Systems",
"partner": false,
"creation_time": "2023-12-15T19:19:18.037Z",
"modification_time": "2023-12-15T19:19:18.037Z",
"members": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"username": "member1",
"partner": false
}
],
"settings": {
"can_edit_organization": true
},
"details": {},
"incomplete_details": false
},
"relationships": {}
}
}