Cookies
Create Cookie
Use this API to create a new cookie.
post/v1/cookies
Request body
Example request
{
"customCategoryName": "C0001"
}Response
Created.
Example response
{
"source": "MANUAL"
}Use this API to create a new cookie.
{
"customCategoryName": "C0001"
}Created.
{
"source": "MANUAL"
}