Create an organization
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request samples
curl --location --request POST 'http://localhost:8080/v1/organizations' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"raka org"
}'
Responses
application/json {
"message": "string",
"success": true
}
Modified at 2024-07-11 06:10:38