curl --request POST \
--url https://partner.peaka.studio/api/v1/metadata/{projectId}/refresh/callback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"callbackURL": "<string>",
"callbackToken": "<string>"
}
'{}curl --request POST \
--url https://partner.peaka.studio/api/v1/metadata/{projectId}/refresh/callback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"callbackURL": "<string>",
"callbackToken": "<string>"
}
'{}

Use the Authorization header with the value 'Bearer
OK