feature: new changes!
This commit is contained in:
@@ -19,6 +19,7 @@ export function createRecommendation(body: {
|
||||
liked_shows: string;
|
||||
disliked_shows: string;
|
||||
themes: string;
|
||||
brainstorm_count?: number;
|
||||
}): Promise<{ id: string }> {
|
||||
return request('/recommendations', {
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user