5 lines
196 B
Bash
5 lines
196 B
Bash
echo
|
|
curl "http://localhost:4916/set_persona?persona_id=1&first_name=hello&last_name=world&interest_list=a,b,c&lat=39.2673&lon=-76.7983"
|
|
curl "http://localhost:4916/get_persona?persona_id=1"
|
|
echo
|