fix: Post Data in 4 differentway

This commit is contained in:
2024-10-09 11:32:06 -04:00
parent 2902314765
commit ae5c6152ec
6 changed files with 141 additions and 80 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"id": "9",
"name": "Leena",
"location": "Denver",
"phone": "+1-555-4455",
"courses": [
"C++",
"Game Development",
"Graphics Programming"
]
}