Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api-v2.streamvi.io/method/account/profile' \
--header 'Authorization: oauth <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'v="3"' \
--form 'language="en"' \
--form 'first_name="John"' \
--form 'last_name="Doe"' \
--form 'avatar=@"/avatar.jpg"'
Responses
application/json Modified at 2025-09-11 17:15:27