Request
Provide your bearer token in the Authorization
 header when making requests to protected resources. Example:Authorization: Bearer ********************
 Body Params  multipart/form-data
Request Code Samples
curl --location --request POST 'https://app.onlysocial.io/os/api/<workspaceUuid>/tags' \
--header 'Authorization: Bearer <token>' \
--form 'name="motivation"' \
--form 'hex_color="#60a5fa"'
Responses
application/json {
    "id": 3,
    "uuid": "6059e1b3-e102-4be5-951b-82698abd9ee3",
    "name": "Motivation",
    "hex_color": "#000000"
}
Modified at 2024-06-28 13:30:48