( update: Record<string, string> )
| 447 | } |
| 448 | |
| 449 | export function putUpdateMyPortfolio( |
| 450 | update: Record<string, string> |
| 451 | ): Promise<ResponseWithData<void>> { |
| 452 | return put('/update-my-portfolio', update); |
| 453 | } |
| 454 | |
| 455 | export function putUpdateMyExperience( |
| 456 | update: Record<string, string> |