-
Notifications
You must be signed in to change notification settings - Fork 3
Description
curl --location 'https://stg-myeventplatform-staging.kinsta.cloud//wp-json/wpem/attendee-profile/update'
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczpcL1wvc3RnLW15ZXZlbnRwbGF0Zm9ybS1zdGFnaW5nLmtpbnN0YS5jbG91ZCIsInVzZXIiOnsiaWQiOjEsInVzZXJuYW1lIjoiZXZlbnQyMDIwIn19.cbXzOn_QJZ52GZSfao6ZeaCfeTvUYbY4A1wgK-Z8-fk'
--header 'Cookie: __cf_bm=.qFlZqeSVL2TZZhPwa2iaOcwkIZ34FAt.gh4u45ocjY-1755679041-1.0.1.1-sAPtf4APQ0qA.e7fmBNQTq43FvGV3EpyzDNNYFD35sj5Ob8wz4.o.YODxLi0UWM1pBGH1XT_ANaFe4rTEJXftZtV6SOaB9mo0hZ05fzEUTU'
--form 'user_id="172"'
--form 'company_name="MobileTest1"'
--form 'profession="ai-ml-engineer"'
--form 'skills[]="adobe-xd"'
--form 'interests[]="ai-machine-learning"'
--form 'experience="1"'


when update profile hit it gives proper response in login api

Note : Please check if it update from anywhere from rest api or web then it should save in proper format
and in every related get api it should be same and proper format
Below are Apis list where attendee details are coming
filter-user
applogin
attendee-profile
and wherver attendee details are in response
because due to mismatch it stops working in app pls check it for all key and specially skills and interests