Switch an organization
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request PATCH 'http://localhost:8080/v1/organizations/14fc59b0-ffc4-46d5-8f93-2588c6577234/switch'
Responses
application/json {
"message": "string",
"success": true
}
Modified at 2024-08-28 08:05:03