Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/x-www-form-urlencoded
Request samples
curl --location --request POST '/tags' \
--header 'Accept: application/json' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization;' \
--data-urlencode 'title=New title' \
--data-urlencode 'description=This is a description' \
--data-urlencode 'privacy=hidden'
Responses
application/json {
"status": "<string>",
"id": "<string>"
}
Modified at 2024-09-04 17:30:45