Regenerate license code for a purchased skill.
curl --request POST \
--url https://api.example.com/v1/purchases/{slug}/regenerate-code{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
curl --request POST \
--url https://api.example.com/v1/purchases/{slug}/regenerate-code{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}