curl --location --request PUT 'https://api.perfectworks.io/api/v0/users/me/organization-switch' \
--header 'Content-Type: application/json' \
--data-raw '{
"organizationId": "507f1f77bcf86cd799439022"
}'
{
"success": true,
"message": "Operation completed successfully",
"data": {
"id": "123",
"name": "Example"
}
}